RangeBase<T> Class Members
In This Topic
The following tables list the members exposed by RangeBase<T>.
Public Properties
| Name | Description |
 | Count | Gets the number of items in the range. |
 | Elements | Gets the items in the range. |
 | EndingElement | Gets or sets the last item in the range. |
 | StartingElement | Gets or sets the first item in the range. |
Top
Public Methods
| Name | Description |
 | Clear | Clears specific elements from the range. |
 | ReplaceContent | Searches into the content of the range and replaces all occurences of a specific value with a new value. |
 | ReplaceContents<TSearch,TNew> | Searches into the content of the range and replaces all instances of the searchValues with their corresponding newValues. |
Top
See Also